func hash/maphash.comparableHash

3 uses

	hash/maphash (current package)
		maphash.go#L296: 	return comparableHash(v, seed)
		maphash_runtime.go#L49: func comparableHash[T comparable](v T, seed Seed) uint64 {
		maphash_runtime.go#L63: 	h.state.s = comparableHash(v, h.state)